home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / EXPORTER / DXF / GUID.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-11  |  713 b   |  18 lines

  1. /* $Id: Guid.cpp 1.2 1997/05/12 19:04:11 damien Exp $ */
  2.  
  3. ////////////////////////////////////////////////////////////////////////
  4. //   Exporter Example : Simple DXF Export                             //
  5. //--------------------------------------------------------------------//
  6. //   GUID Definitions                                                        //                                                                                        //
  7. //////////////////////////////////////////////////////////////////////// 
  8.  
  9.  
  10. #define INITGUID        // to initialise the GUIDs
  11.  
  12. #include "I3DExIO.h"       // IID_I3DExExportFilter
  13. #include "I3DShUti.h"      // IID_IShFileStream, etc.
  14. #include "comdxf.h"     // CLSID_SimpleDXFExport
  15. #include "I3DShTre.h"   // IID_I3DShInstance
  16.  
  17.  
  18.